footer{
	display: flex;
	flex-direction: column;
	padding: 0px 0;
	height: 102px;
}

.footer__rodape{
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 32px 0;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #464646;
}

